In this video we focus on django messages and to handled the sign up and login error and success messages in django and passed them to frontend with django messages framework. We see how to send message to frontend template from a backend view. We also see how to subclass the meta class for sending a custom validation messages and we show a beautiful alert messages on front end using a toaster.js file.